Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMRestartApplet

Restarts an applet without reloading it from the source server.

OSStatus JMRestartApplet (JMAppletViewerRef viewer);
viewer
The applet you want to execute.
function result
A result code; see "JManager Result Codes".
DISCUSSION
This function corresponds to the Java method java.applet.Applet.start. If you want to reload the applet code before execution, you should use the JMReloadApplet function.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
10 DEC 1997